home *** CD-ROM | disk | FTP | other *** search
/ Safarir 3 / SafTV-CD3.iso / pc / Bonus / Dessins Animés / static / jeux / rouge.swf / scripts / frame_2 / DoAction.as
Text File  |  2002-02-03  |  225b  |  12 lines

  1. loadedBytes = _root.getBytesLoaded();
  2. totalBytes = _root.getBytesTotal();
  3. if(loadedBytes < totalBytes)
  4. {
  5.    percentageOutput = int(loadedBytes / totalBytes * 100);
  6.    gotoAndPlay(1);
  7. }
  8. else
  9. {
  10.    gotoAndPlay(10);
  11. }
  12.